Package com.cisco.pt.ipc.sim.impl
Class UserDesktopAppConfigImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.UserDesktopAppConfigImpl
- All Implemented Interfaces:
IPCObject,UserDesktopAppConfig
Information provided by the PKI file:
\class UserDesktopAppConfig
\brief User desktop app config class.
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionUserDesktopAppConfigImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetAutoInstallDeviceAt(int index) intgetCommandAt(int index) intgetId()getName()booleanbooleanbooleanvoidsetOnDesktop(boolean bOnDesktop) Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
UserDesktopAppConfigImpl
public UserDesktopAppConfigImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getProjectDir
- Specified by:
getProjectDirin interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getId
- Specified by:
getIdin interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getVersion
- Specified by:
getVersionin interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getName
- Specified by:
getNamein interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getDescription
- Specified by:
getDescriptionin interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getAuthor
- Specified by:
getAuthorin interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getContact
- Specified by:
getContactin interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getLanguage
- Specified by:
getLanguagein interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getGuiName
- Specified by:
getGuiNamein interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getHtmlFile
- Specified by:
getHtmlFilein interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
getIconFile
- Specified by:
getIconFilein interfaceUserDesktopAppConfig- Returns:
- String Returns a String
-
isBackgroundGuiApp
public boolean isBackgroundGuiApp()- Specified by:
isBackgroundGuiAppin interfaceUserDesktopAppConfig- Returns:
- boolean Returns a boolean
-
setOnDesktop
public void setOnDesktop(boolean bOnDesktop) - Specified by:
setOnDesktopin interfaceUserDesktopAppConfig- Parameters:
bOnDesktop- Takes in a parameter of bOnDesktop
-
isOnDesktop
public boolean isOnDesktop()- Specified by:
isOnDesktopin interfaceUserDesktopAppConfig- Returns:
- boolean Returns a boolean
-
getCommandCount
public int getCommandCount()- Specified by:
getCommandCountin interfaceUserDesktopAppConfig- Returns:
- int Returns a int
-
getCommandAt
- Specified by:
getCommandAtin interfaceUserDesktopAppConfig- Parameters:
index- Takes in a parameter of index- Returns:
- UserDesktopAppCliConfig Returns a UserDesktopAppCliConfig
-
getFilesDir
- Specified by:
getFilesDirin interfaceUserDesktopAppConfig- Returns:
- Directory Returns a Directory
-
getAutoInstallDeviceCount
public int getAutoInstallDeviceCount()- Specified by:
getAutoInstallDeviceCountin interfaceUserDesktopAppConfig- Returns:
- int Returns a int
-
getAutoInstallDeviceAt
- Specified by:
getAutoInstallDeviceAtin interfaceUserDesktopAppConfig- Parameters:
index- Takes in a parameter of index- Returns:
- DeviceType Returns a DeviceType
-
hasAutoInstallDevice
- Specified by:
hasAutoInstallDevicein interfaceUserDesktopAppConfig- Parameters:
type- Takes in a parameter of type- Returns:
- boolean Returns a boolean
-